home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / ptools12.zip / MSGDLG.DFM / MSGDLG.txt
Text File  |  1996-01-30  |  445b  |  25 lines

  1. object Form16: TForm16
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsNone
  5.   Caption = 'Form16'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 427
  19.     Height = 273
  20.     Align = alClient
  21.     Caption = 'Label1'
  22.     OnClick = Label1Click
  23.   end
  24. end
  25.